/* 首页 */

body{
    background-color: #efefef;
}
.navbar{
    padding: 0.25rem 1rem;
    width: 1200px;
    margin: 0 auto;
}
.swiper-banner{
    /* width: 1200px; */
}
.navbar-brand{
    font-size: 1.5rem;
}
.slideshow {
    /* height: 400px; */
    object-fit: cover;
}

/* nav.navbar{
    background-color: black !important;
} */

#navbarNav .nav-link{
    color: #4B5563;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;

}

.nav-button-div{
    padding: 0 5px;
}

.nav-button-div:first-child{
    padding-left: 0 ;
}

.nav-button-div:last-child{
    padding-right: 0;
}
.nav-button{
    /* width: 1200px;
    margin: 0 auto; */
    
    padding: 0;
    /* height: 60px; */
    /* display: flex;
    justify-content: space-between;
    flex-direction: row; */
    margin-top: 0.3rem;
}
.nav-button .row{
    margin: 0;
}

.nav-button-item{
    /* height: 40px;
    width: 187px; */
    line-height: 3rem;
    margin: 0.6rem 0rem;
    background-color:white;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;

}

/* .nav-button-item a{
    display: block;
} */

.container-sz{
    /* width: 1200px; */
    margin: 0 auto;
    padding: 0;
}
.container-sz .row{
    margin: 0;
}

.container-sz .col-lg-6{
    padding: 0;
}
.container-sz h2{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.7rem;

}
.baokao, .kecheng,.swiper-news,.news{
    min-height: 250px;
    background-color: white;
    margin: 1rem auto;
    padding: 1.6rem;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #ccc

}
.swiper-news{
    height: 258px;
}
@media (max-width:1200px){
    .navbar{
        
    width:auto
    }
}

@media (max-width: 992px) {

    .container-sz .mr-3{
        margin-right: 0 !important;
    }
    .container-sz .ml-3{
        margin-left: 0 !important;
    }
    .swiper-news{
        height: auto;
    }
    .navbar{
        width: auto;
    }

}
@media (max-width: 576px) {
    .container-sz .mr-3{
        margin-right: 0 !important;
    }
    .container-sz .ml-3{
        margin-left: 0 !important;
    }
    


}
/* .swiper-news,.news{
    margin:0.2rem;

} */
.swiper-news{
    padding: 0;
   
}
.baokao li, .kecheng li ,.news li{
    line-height: 1.9rem;
    font-size: 0.9rem;
}



.baokao h2::before{
    /* Set the font for this icon style */
  font-family: 'Font Awesome 6 Free';
  /* Set the weight for this icon style */
  /* font-weight: 900; */
  /* Make sure icons render pixel-perfect */
  /* -webkit-font-smoothing: antialiased; */
  /* Set the Unicode value for the "fa-ghost" icon */
  content: '\f0a1';
  color:#a53132;
}
.kecheng h2::before{
  font-family: 'Font Awesome 6 Free';
  content: '\f19d';
  color:#a53132;
  padding-left: 0.25rem;
}

.news-row h2{
    margin-bottom: 0;
}


.shizi{
    padding-right: 5px;
    padding-left: 5px;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
}
.card-img-300{
    background-color: white;
    padding: 1rem;
    margin: 0.7rem 0;
    /* height: 270px;
    width: 380px; */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #ccc
    
}

.card-img-300 img{
    /* height: 170px;
    border-radius: 10px; */
    /* width: 350px; */
    width: 100%;
    margin-top: -30px;
}

.card-img-300 a:hover{
    text-decoration: none;
    color: black;
}

.card-img-300 h3{
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 0.6rem;
 
}

.card-img-300 .description{
    font-size: 0.8rem;
    color: #727272;
}
.card-img-sz{
    /* width: 352px; */
    height: 170px;
    /* clip-path: inset(0 0 round 10px); */
    border-radius: 10px;
    overflow: hidden;


}


/* list fix  */
.list-page{
    /* width: 1200px;  */
    margin: 0 auto;
    background-color: #f8fafc;;
}
.list-page-left{
    /* padding-left: 0; */
    margin:  3rem auto;

}

.list-top{
    /* box-shadow: #edebeb 1px 1px 1px 1px; */
    /* width: 1200px; */
    margin: 0 auto;
    padding-bottom: 1rem;
    /* border-radius: 0 0 5px 5px; */
    border-radius: 10px 10px 0 0;
}

.pages{
    margin: 0 auto;
    /* width: 1200px; */
    background-color: white;
    /* border-radius: 3px; */
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

.list-top h1 span{
    display: inline-block;
    margin-bottom: 0;
    border-bottom: #a53132 1px solid;
}

.list-top h1{
    border-bottom: #ccc 1px solid;

}

.remcomm-img img{
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.remcomm-img{
    margin-top: 3rem;

}

.recomm-list{
    /* border: #efeaea 1px solid; */
    padding: 1.2rem;
    margin: 1rem auto;
    background-color: white;
    border-radius: 10px;
}
.recomm-list li{
    /* margin-bottom: 1rem; */
    padding: 0.5rem;
    /* border-bottom: #ccc 1px solid; */
}

.page-num,.page-link{
    color: #070707;
}
.page-num-current{
    background-color: #a53132;
    color: white;
    border-color: #a53132;
}
.btn-sz{
    background-color: #e4e5e5;
}


/* shizi-fix */
.shizi-list-top{
    /* width: 1200px; */
    margin: 0 auto;
    border-radius: 0;
}

.shizi-pages{
    /* width: 1200px; */
    margin: 0 auto;
    background-color: white;
}
.shizi-content img{
    max-height: 500px;
    margin: 1rem;
}

.shizi-content p:has(img){
    text-align: center;
} 

/* content fix */
.content-border{
    border-color: #e9ecef;
}

.pages div.content table{
    margin: 0 auto;
}

.pages div.content td{
    padding: 0.2rem;
}

.content p{
        margin: 0 0 10px;
}

.pages .content{
    padding:10px 40px;
    line-height: 1.5;
}


@media (max-width:576px){
    .pages .content{
        padding: 0;
    }
    .pages .content img{
        height: auto !important;
    }
}

/* contact fix */
.contact-content{
    background-color: white;
}

.news-sort .btn{
    padding: 0;
    background-color: unset;
    border: none;
    font-size: 0.85rem;

}
.news-sort{
    float: right;
   
}

div.news-sort span{
    border-bottom: none;
    color: #ccc;
    font-size: 1rem;
    line-height: 1.5;
}
/* footer fix  */
.online {
    width: 40px;
    bottom:300px;
}

.online dl{
    background-color: white;
    border-radius: 2px;
    box-shadow: #ebebeb 1px 1px 1px 1px;
    margin-bottom: 8px;
}



.online dl dd{
    color: #a53132;
}

.online dl:hover {
	background:white;
}

.online dl dd i{
    font-size: 18px;
}

@media only screen and (max-width: 1000px) {
    .question .row{
        grid-template-columns: repeat(1, 1fr);
    }
}

.online a{
    color: #521f21;
}

.online dl dt{
    border-color: #f1eeee;
}

.online dl dt h3{
    border-color: #f1eeee;
    font-size: 1rem;
}


.online dl dt {
right: 45px;

}

.online dl dt.phonenum{
    top:-200px;
}

.phonenum p{
    font-size: 0.8rem;
   
}
.online .contactphone{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.online .contactphone:last-child{

    border-bottom:none;
}

.online .remove{
    color: #dadada;
}

/* mobile footer fix */

.bg-sz{
    background-color: white;
}

.title-text{
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 70%
}
